API Documentation
ImageEnvironmentProjection.h
1 // ImageEnvironmentProjection.h
3 //
5 
6 namespace nkAstraeus
7 {
12  {
13  AUTO = 0,
14  FLAT,
15  CUBE,
17  } ;
18 }
nkAstraeus::IMAGE_ENVIRONMENT_PROJECTION::CUBE
@ CUBE
Cubemap texture, interpolated based on a pixel's direction.
nkAstraeus::IMAGE_ENVIRONMENT_PROJECTION::EQUIRECTANGULAR
@ EQUIRECTANGULAR
Equirectangular, interpolated using a pixel's direction converted to a 2D uv coordinate.
nkAstraeus::IMAGE_ENVIRONMENT_PROJECTION::FLAT
@ FLAT
Flat texture, only interpolated on the screen's uvs.
nkAstraeus
Encompasses all API of component NilkinsAstraeus.
Definition: BlurComplexEffect.h:7
nkAstraeus::IMAGE_ENVIRONMENT_PROJECTION
IMAGE_ENVIRONMENT_PROJECTION
Enumerates the projections supported for a source environment image.
Definition: ImageEnvironmentProjection.h:12
nkAstraeus::IMAGE_ENVIRONMENT_PROJECTION::AUTO
@ AUTO
Auto-detect based on the image's type.